projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0ebc9
)
GtkToolItem: Remove unneeded call
author
Carlos Garnacho
<carlosg@gnome.org>
Tue, 4 Jan 2011 01:22:01 +0000
(
02:22
+0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Tue, 4 Jan 2011 02:06:19 +0000
(
03:06
+0100)
gtk/gtktoolitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolitem.c
b/gtk/gtktoolitem.c
index 6a7a45a13120fbf5f238e8a484e19398ec578bc8..5ad586f1c5f7d145a1a727fd44108b6028a6f6c9 100644
(file)
--- a/
gtk/gtktoolitem.c
+++ b/
gtk/gtktoolitem.c
@@
-451,8
+451,6
@@
gtk_tool_item_realize (GtkWidget *widget)
if (toolitem->priv->use_drag_window)
create_drag_window(toolitem);
-
- gtk_widget_style_attach (widget);
}
static void